home *** CD-ROM | disk | FTP | other *** search
- stop();
- newscore.gotoAndStop(1);
- var mySave = SharedObject.getLocal("scoremap");
- var scores = mySave.data.score;
- var i = 0;
- while(i < scores.length)
- {
- this["n" + i] = scores[i][0];
- this["s" + i] = scores[i][1];
- this["t" + i] = scores[i][2];
- if(scores[i][3] == "new")
- {
- newscore.gotoAndStop(i + 2);
- }
- i++;
- }
- bac.onRelease = function()
- {
- _parent.gotoAndPlay("title");
- };
-